From 1c13ba677348631cbfb296d2e8c2ca557dd5744d Mon Sep 17 00:00:00 2001 From: oliskoli Date: Tue, 15 Aug 2006 17:56:21 +0000 Subject: [PATCH] Typo fix. --- gbfile.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gbfile.h b/gbfile.h index 5b1f33397..644430805 100644 --- a/gbfile.h +++ b/gbfile.h @@ -84,7 +84,8 @@ char *gbfgetpstr(gbfile *file); // read a pascal string int gbfputint16(const gbint16 i, gbfile *file); #define gbfputuint16(a,b) gbfputint16((gbuint16)(a),(b)) int gbfputint32(const gbint32 i, gbfile *file); -#define gbfputuint32(a,b) gbfputint16((gbuint32)(a),(b)) +#define gbfputuint32(a,b) gbfputint32((gbuint32)(a),(b)) + int gbfputdbl(const double d, gbfile *file); // write a double value int gbfputflt(const float f, gbfile *file); // write a float value int gbfputcstr(const char *s, gbfile *file); // write string including '\0' -- 2.30.2